MePo_SetDelSts1 - 8E

SUMMARY

MePo_SetDelStslE - Set Time delay status 1 exit

SYNTAX

MePo_SetDelStslE(<PointId>,<Value>)

ARGUMENTS

PointId
- Data Object
Value
- Delay time in Seconds

DESCRIPTION

The Delay time from leaving a status until indicating the new status is defined.

If the definition collides with an adjoining status i.e. the "entry" value differs from the "out" value of the adjacent one, the status definition of the HIGHER ALARMLEVEL is taken.

Note:
That job is available for compatibility reasons to older projects only;
for actual Projects the use of -- Obj_SetAttr(PointId,DelSts1E) -- is strongly recommended.

EXAMPLES

MePo_SetDelSts1E($ACT,5)
If the value of a measuring point leaves the range assigned to status 1 the change is indicated 5 seconds later.
(The functionality for delay status 2 to 8 is accordant!)


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times